body
{
    background-color: #054379;
    color: #fff;
    font-family: 'Open Sans' , sans-serif;
}

.conteudoGeral
{
    width: 300px;
    height: 300px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}
h1
{
    font-size: 20px;
    width: 100%;
    text-align: center;
}
hr
{
    width: 33.1%;
    margin: 0 auto;
    display: none;
}
.bold
{
    display: none;
}
.apoio
{
    display: none;
}
button
{
    background-color: #277bc4;
    border: none;
    color: #fff;
    width: 120px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    margin-top: 40px;
    font-size: 12px;
}
button:hover
{
    cursor: pointer;
    background-color: #2b93cf;
}
img
{
    max-width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-top: 45%;
}
